Included gtk_progress_bar_get_orientation() in the list of undeprecated
authorMatthias Clasen <maclas@gmx.de>
Fri, 10 Oct 2003 22:20:19 +0000 (22:20 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 10 Oct 2003 22:20:19 +0000 (22:20 +0000)
Sat Oct 11 00:18:46 2003  Matthias Clasen  <maclas@gmx.de>

* gtk/tmpl/gtkprogressbar.sgml: Included
gtk_progress_bar_get_orientation() in the list of undeprecated
functions, use less clumsy markup for enumerations.

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkprogressbar.sgml

index a2273e9cb6bb1d2c8c53e8b9849fd87358a4463f..78256b14e849ce89a34c2902872f7a7eb68ce750 100644 (file)
@@ -1,3 +1,9 @@
+Sat Oct 11 00:18:46 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/tmpl/gtkprogressbar.sgml: Included 
+       gtk_progress_bar_get_orientation() in the list of undeprecated 
+       functions, use less clumsy markup for enumerations.
+
 2003-10-02  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/Makefile.am (IGNORE_HFILES): Add gtkcellview.h and
index 70340b00fbe117e4921f9868207897e235f3590e..c86e50ef9e41b89cd0863b7884f2048250bbcff3 100644 (file)
@@ -40,13 +40,14 @@ the bar, and the step size used in activity mode can be set.
 <para>
 The #GtkProgressBar/#GtkProgress API in GTK 1.2 was bloated, needlessly complex
 and hard to use properly.  Therefore #GtkProgress has been deprecated
-completely and the #GtkProgressBar API has been reduced to the following 9
-functions: gtk_progress_bar_new(), gtk_progress_bar_pulse(), gtk_progress_bar_set_text(),
-gtk_progress_bar_set_fraction(), gtk_progress_bar_set_pulse_step(),
-gtk_progress_bar_set_orientation(), gtk_progress_bar_get_text(),
-gtk_progress_bar_get_fraction(), gtk_progress_bar_get_pulse_step(). These have
-been grouped at the beginning of this section, followed by a large chunk of 
-deprecated 1.2 compatibility functions.
+completely and the #GtkProgressBar API has been reduced to the following 10
+functions: gtk_progress_bar_new(), gtk_progress_bar_pulse(), 
+gtk_progress_bar_set_text(), gtk_progress_bar_set_fraction(), 
+gtk_progress_bar_set_pulse_step(), gtk_progress_bar_set_orientation(), 
+gtk_progress_bar_get_text(), gtk_progress_bar_get_fraction(), 
+gtk_progress_bar_get_pulse_step(), gtk_progress_bar_get_orientation(). 
+These have been grouped at the beginning of this section, followed by 
+a large chunk of deprecated 1.2 compatibility functions.
 </para>
 </note>
 
@@ -62,6 +63,51 @@ and should be accessed using the functions below.
 </para>
 
 
+<!-- ##### ARG GtkProgressBar:activity-blocks ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkProgressBar:activity-step ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkProgressBar:adjustment ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkProgressBar:bar-style ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkProgressBar:discrete-blocks ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkProgressBar:fraction ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkProgressBar:orientation ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkProgressBar:pulse-step ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkProgressBar:text ##### -->
+<para>
+
+</para>
+
 <!-- ##### FUNCTION gtk_progress_bar_new ##### -->
 <para>
 Creates a new #GtkProgressBar.
@@ -118,38 +164,12 @@ Creates a new #GtkProgressBar.
 <para>
 An enumeration representing possible orientations and growth
 directions for the visible progress bar.
-
-<informaltable pgwide="1" frame="none" role="enum">
-<tgroup cols="2"><colspec colwidth="2*"/><colspec colwidth="8*"/>
-<tbody>
-
-<row>
-<entry>GTK_PROGRESS_LEFT_TO_RIGHT</entry>
-<entry>A horizontal progress bar growing from left to right.</entry>
-</row>
-
-<row>
-<entry>GTK_PROGRESS_RIGHT_TO_LEFT</entry>
-<entry>A horizontal progress bar growing from right to left.</entry>
-</row>
-
-<row>
-<entry>GTK_PROGRESS_BOTTOM_TO_TOP</entry>
-<entry>A vertical progress bar growing from bottom to top.</entry>
-</row>
-
-<row>
-<entry>GTK_PROGRESS_TOP_TO_BOTTOM</entry>
-<entry>A vertical progress bar growing from top to bottom.</entry>
-</row>
-
-</tbody></tgroup></informaltable>
 </para>
 
-@GTK_PROGRESS_LEFT_TO_RIGHT: 
-@GTK_PROGRESS_RIGHT_TO_LEFT: 
-@GTK_PROGRESS_BOTTOM_TO_TOP: 
-@GTK_PROGRESS_TOP_TO_BOTTOM: 
+@GTK_PROGRESS_LEFT_TO_RIGHT: A horizontal progress bar growing from left to right.
+@GTK_PROGRESS_RIGHT_TO_LEFT: A horizontal progress bar growing from right to left.
+@GTK_PROGRESS_BOTTOM_TO_TOP: A vertical progress bar growing from bottom to top.
+@GTK_PROGRESS_TOP_TO_BOTTOM: A vertical progress bar growing from top to bottom.
 
 <!-- ##### FUNCTION gtk_progress_bar_get_text ##### -->
 <para>
@@ -209,26 +229,10 @@ Sets the style of the #GtkProgressBar.  The default style is
 <!-- ##### ENUM GtkProgressBarStyle ##### -->
 <para>
 An enumeration representing the styles for drawing the progress bar.
-
-<informaltable pgwide="1" frame="none" role="enum">
-<tgroup cols="2"><colspec colwidth="2*"/><colspec colwidth="8*"/>
-<tbody>
-
-<row>
-<entry>GTK_PROGRESS_CONTINUOUS</entry>
-<entry>The progress bar grows in a smooth, continuous manner.</entry>
-</row>
-
-<row>
-<entry>GTK_PROGRESS_DISCRETE</entry>
-<entry>The progress bar grows in discrete, visible blocks.</entry>
-</row>
-
-</tbody></tgroup></informaltable>
 </para>
 
-@GTK_PROGRESS_CONTINUOUS: 
-@GTK_PROGRESS_DISCRETE: 
+@GTK_PROGRESS_CONTINUOUS: The progress bar grows in a smooth, continuous manner.
+@GTK_PROGRESS_DISCRETE: The progress bar grows in discrete, visible blocks.
 
 <!-- ##### FUNCTION gtk_progress_bar_set_discrete_blocks ##### -->
 <para>
@@ -272,48 +276,3 @@ gtk_progress_set_percentage() instead.
 @percentage: the new percent complete value.
 
 
-<!-- ##### ARG GtkProgressBar:activity-blocks ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG GtkProgressBar:activity-step ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG GtkProgressBar:adjustment ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG GtkProgressBar:bar-style ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG GtkProgressBar:discrete-blocks ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG GtkProgressBar:fraction ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG GtkProgressBar:orientation ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG GtkProgressBar:pulse-step ##### -->
-<para>
-
-</para>
-
-<!-- ##### ARG GtkProgressBar:text ##### -->
-<para>
-
-</para>
-